From b677cce572caa24afbd26506b3e55f0fa4d69624 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 20 Feb 2006 20:05:05 +0000 Subject: [PATCH] Fix return type of replace_constants(). --- gpsbabel/mkshort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/mkshort.c b/gpsbabel/mkshort.c index 1f3403b51..4a156923d 100644 --- a/gpsbabel/mkshort.c +++ b/gpsbabel/mkshort.c @@ -237,7 +237,7 @@ delete_last_vowel(int start, char *istring, int *replaced) * Open the slippery slope of literal replacement. Right now, replacements * are made only at the end of the string. */ -char * +void replace_constants(char *s) { struct replacements *r; -- 2.30.2